home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config / kmail.antispamrc < prev    next >
INI File  |  2008-01-14  |  6KB  |  248 lines

  1. [General]
  2. tools=11
  3.  
  4. [Spamtool #1]
  5. Ident=spamassassin
  6. Version=1
  7. Priority=40
  8. VisibleName=SpamAssassin 2.x (Perl)
  9. Executable=spamassassin -V | grep "SpamAssassin version 2"
  10. URL=http://spamassassin.org
  11. PipeFilterName=SpamAssassin Check
  12. PipeCmdDetect=spamassassin -L
  13. PipeCmdNoSpam=spamassassin -d
  14. ExecCmdSpam=sa-learn -L --spam --no-rebuild --single
  15. ExecCmdHam=sa-learn -L --ham --no-rebuild --single
  16. DetectionHeader=X-Spam-Flag
  17. DetectionPattern=yes
  18. DetectionPattern2=
  19. DetectionOnly=0
  20. UseRegExp=0
  21. SupportsBayes=1
  22. SupportsUnsure=0
  23. ScoreName=Spamassassin
  24. ScoreHeader=X-Spam-Status
  25. ScoreType=Adjusted
  26. ScoreValueRegexp=(?:hits|score)=([\\d\\.-]+)[^\\d\\.]
  27. ScoreThresholdRegexp=required=([\\d\\.-]+)[^\\d\\.]
  28.  
  29. [Spamtool #2]
  30. Ident=bogofilter
  31. Version=2
  32. Priority=50
  33. VisibleName=Bogofilter
  34. Executable=bogofilter -V
  35. URL=http://bogofilter.sourceforge.net
  36. PipeFilterName=Bogofilter Check
  37. PipeCmdDetect=bogofilter -p -e
  38. PipeCmdNoSpam=
  39. ExecCmdSpam=bogofilter -s
  40. ExecCmdHam=bogofilter -n
  41. DetectionHeader=X-Bogosity
  42. DetectionPattern=(yes)|(spam\\b)
  43. DetectionPattern2=
  44. DetectionOnly=0
  45. UseRegExp=1
  46. SupportsBayes=1
  47. SupportsUnsure=0
  48. ScoreName=Bogofilter
  49. ScoreHeader=X-Bogosity
  50. ScoreType=Decimal
  51. ScoreValueRegexp=spamicity=([\\d\\.]+)
  52. ScoreThresholdRegexp=
  53.  
  54. [Spamtool #3]
  55. Ident=annoyance-filter
  56. Version=1
  57. Priority=30
  58. VisibleName=Annoyance-Filter
  59. Executable=$HOME/.annoyance-filter/annoyance-filter --version
  60. URL=http://www.fourmilab.ch/annoyance-filter
  61. PipeFilterName=Annoyance-Filter Check
  62. PipeCmdDetect=$HOME/.annoyance-filter/annoyance-filter --fread $HOME/.annoyance-filter/FastDict.bin --phrasemin 1 --phrasemax 2 --transcript - --test -
  63. PipeCmdNoSpam=
  64. ExecCmdSpam=$HOME/.annoyance-filter/annoyance-filter --read $HOME/.annoyance-filter/Dict.bin --phrasemin 1 --phrasemax 2 --junk - --prune --write $HOME/.annoyance-filter/Dict.bin --fwrite $HOME/.annoyance-filter/FastDict.bin
  65. ExecCmdHam=$HOME/.annoyance-filter/annoyance-filter --read $HOME/.annoyance-filter/Dict.bin --phrasemin 1 --phrasemax 2 --mail - --prune --write $HOME/.annoyance-filter/Dict.bin --fwrite $HOME/.annoyance-filter/FastDict.bin
  66. DetectionHeader=X-Annoyance-Filter-Classification
  67. DetectionPattern=Junk
  68. DetectionPattern2=
  69. DetectionOnly=0
  70. UseRegExp=0
  71. SupportsBayes=1
  72. SupportsUnsure=0
  73.  
  74. [Spamtool #4]
  75. Ident=gmx-antispam
  76. Version=1
  77. Priority=71
  78. VisibleName=GMX Spam Filter
  79. Executable=echo
  80. URL=http://www.gmx.net/de/produkte/virenschutz/index.html
  81. PipeFilterName=
  82. PipeCmdDetect=
  83. PipeCmdNoSpam=
  84. ExecCmdSpam=
  85. ExecCmdHam=
  86. DetectionHeader=X-GMX-Antispam
  87. DetectionPattern=^[2345]
  88. DetectionPattern2=
  89. DetectionOnly=1
  90. UseRegExp=1
  91. SupportsBayes=0
  92. SupportsUnsure=0
  93. ServerPattern=gmx
  94.  
  95. [Spamtool #5]
  96. Ident=spambayes
  97. Version=1
  98. Priority=20
  99. VisibleName=SpamBayes
  100. Executable=sb_filter.py -h
  101. URL=http://spambayes.sourceforge.net
  102. PipeFilterName=SpamBayes Check
  103. PipeCmdDetect=sb_filter.py
  104. PipeCmdNoSpam=
  105. ExecCmdSpam=sb_filter.py -s
  106. ExecCmdHam=sb_filter.py -g
  107. DetectionHeader=X-Spambayes-Classification
  108. DetectionPattern=spam
  109. DetectionPattern2=unsure
  110. DetectionOnly=0
  111. UseRegExp=0
  112. SupportsBayes=1
  113. SupportsUnsure=1
  114. ScoreName=Spambayes
  115. ScoreHeader=X-Spambayes-Classification
  116. ScoreType=Decimal
  117. ScoreValueRegexp=(?:spam|ham);\\ ([\\d\\.]+)
  118. ScoreThresholdRegexp=
  119.  
  120. [Spamtool #6]
  121. Ident=razor
  122. HeadersOnly=yes
  123. ScoreName=Razor
  124. ScoreHeader=X-Razor-Spam
  125. ScoreType=Bool
  126. ScoreValueRegexp=SPAM
  127. ScoreThresholdRegexp=
  128.  
  129. [Spamtool #7]
  130. Ident=spamd
  131. Version=1
  132. Priority=45
  133. VisibleName=SpamAssassin 3.x (Daemon)
  134. Executable=echo "From: test" | spamc -x && spamassassin -V | grep "SpamAssassin version 3"
  135. URL=http://spamassassin.org
  136. PipeFilterName=SpamAssassin Service Check
  137. PipeCmdDetect=spamc
  138. PipeCmdNoSpam=spamassassin -d
  139. ExecCmdSpam=sa-learn -L --spam --no-rebuild --single
  140. ExecCmdHam=sa-learn -L --ham --no-rebuild --single
  141. DetectionHeader=X-Spam-Flag
  142. DetectionPattern=yes
  143. DetectionPattern2=
  144. DetectionOnly=0
  145. UseRegExp=0
  146. SupportsBayes=1
  147. SupportsUnsure=0
  148. ScoreName=Spamassassin
  149. ScoreHeader=X-Spam-Status
  150. ScoreType=Adjusted
  151. ScoreValueRegexp=(?:hits|score)=([\\d\\.-]+)[^\\d\\.]
  152. ScoreThresholdRegexp=required=([\\d\\.-]+)[^\\d\\.]
  153.  
  154. [Spamtool #8]
  155. Ident=spamassassin
  156. Version=1
  157. Priority=41
  158. VisibleName=SpamAssassin 3.x (Perl)
  159. Executable=spamassassin -V | grep "SpamAssassin version 3"
  160. URL=http://spamassassin.org
  161. PipeFilterName=SpamAssassin Check
  162. PipeCmdDetect=spamassassin -L
  163. PipeCmdNoSpam=spamassassin -d
  164. ExecCmdSpam=sa-learn -L --spam --no-sync
  165. ExecCmdHam=sa-learn -L --ham --no-sync
  166. DetectionHeader=X-Spam-Flag
  167. DetectionPattern=yes
  168. DetectionPattern2=
  169. DetectionOnly=0
  170. UseRegExp=0
  171. SupportsBayes=1
  172. SupportsUnsure=0
  173. ScoreName=Spamassassin
  174. ScoreHeader=X-Spam-Status
  175. ScoreType=Adjusted
  176. ScoreValueRegexp=(?:hits|score)=([\\d\\.-]+)[^\\d\\.]
  177. ScoreThresholdRegexp=required=([\\d\\.-]+)[^\\d\\.]
  178.  
  179. [Spamtool #9]
  180. Ident=bsfilter
  181. Version=1
  182. Priority=55
  183. VisibleName=Bsfilter
  184. Executable=bsfilter --help > /dev/null
  185. URL=http://bsfilter.org/
  186. PipeFilterName=Bsfilter Check
  187. PipeCmdDetect=bsfilter --pipe --insert-flag --insert-probability --header-prefix BSFilter
  188. PipeCmdNoSpam=
  189. ExecCmdSpam=bsfilter --add-spam --update
  190. ExecCmdHam=bsfilter --add-clean --update
  191. DetectionHeader=X-BSFilter-Flag
  192. DetectionPattern=Yes
  193. DetectionPattern2=
  194. DetectionOnly=0
  195. UseRegExp=0
  196. SupportsBayes=1
  197. SupportsUnsure=0
  198. ScoreName=Bsfilter
  199. ScoreHeader=X-BSFilter-Probability
  200. ScoreType=Decimal
  201. ScoreValueRegexp=(.+)
  202. ScoreThresholdRegexp=
  203.  
  204. [Spamtool #10]
  205. Ident=dspam
  206. Version=1
  207. Priority=70
  208. VisibleName=DSpam 3.x
  209. URL=http://dspam.nuclearelephant.org
  210. HeadersOnly=yes
  211. DetectionHeader=X-DSPAM-Result
  212. DetectionPattern=Spam
  213. DetectionOnly=0
  214. UseRegExp=0
  215. ScoreName=DSpam
  216. SupportsUnsure=0
  217. ScoreHeader=X-DSPAM-Probability
  218. ConfidenceHeader=X-DSPAM-Confidence
  219. ScoreType=Decimal
  220. ScoreValueRegexp=([\\d\\.]+)\\s*
  221. ScoreConfidenceRegexp=([\\d\\.]+)\\s*
  222.  
  223. [Spamtool #11]
  224. Ident=crm114
  225. Version=1
  226. Priority=65
  227. VisibleName=CRM114
  228. Executable=crm -v | grep "CRM114"
  229. URL=http://crm114.sourceforge.net
  230. PipeFilterName=CRM114 Check
  231. PipeCmdDetect=crm -u $HOME/.crm114 mailreaver.crm
  232. PipeCmdNoSpam=
  233. ExecCmdSpam=crm -u $HOME/.crm114 mailreaver.crm --spam
  234. ExecCmdHam=crm -u $HOME/.crm114 mailreaver.crm --good
  235. DetectionHeader=X-CRM114-Status
  236. DetectionPattern=SPAM
  237. DetectionPattern2=UNSURE
  238. DetectionOnly=0
  239. UseRegExp=0
  240. SupportsBayes=1
  241. SupportsUnsure=1
  242. ScoreName=CRM114
  243. ScoreHeader=X-CRM114-Status
  244. ScoreType=Bool
  245. ScoreValueRegexp=SPAM
  246. ScoreThresholdRegexp=
  247.  
  248.